home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / exp.z / exp
Encoding:
Text File  |  2002-10-03  |  3.9 KB  |  86 lines

  1. EXP(3I)                                               Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      EEXXPP, DDEEXXPP, QQEEXXPP, CCEEXXPP, CCDDEEXXPP, CCQQEEXXPP - Computes exponential function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      EEXXPP (([XX==]_x))
  9.      DDEEXXPP (([XX==]_x))
  10.      QQEEXXPP (([XX==]_x))
  11.      CCEEXXPP (([XX==]_x))
  12.      CCDDEEXXPP (([XX==]_x))
  13.      CCQQEEXXPP (([XX==]_x))
  14.  
  15. IIMMPPLLEEMMEENNTTAATTIIOONN
  16.      UNICOS, UNICOS/mk, and IRIX systems
  17.  
  18.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  19.  
  20. SSTTAANNDDAARRDDSS
  21.      Fortran
  22.  
  23.      Fortran extensions:  QQEEXXPP, CCDDEEXXPP, CCQQEEXXPP
  24.  
  25. DDEESSCCRRIIPPTTIIOONN
  26.      EEXXPP is the generic function name; the others are specifics.  These are
  27.      elemental intrinsic functions.  They accept the following argument:
  28.  
  29.      _x         Must be of type real (for EEXXPP, DDEEXXPP, and QQEEXXPP) or complex
  30.                (for CCEEXXPP, CCDDEEXXPP, and CCQQEEXXPP).  The type and kind type of _x
  31.                is identical to the type and kind type of the return value.
  32.                See the RETURN VALUES section for information on input data
  33.                types and return values.
  34.  
  35.      Vector versions of these intrinsics exist on some systems.  Vector
  36.      versions of the EEXXPP, DDEEXXPP, CCEEXXPP, CCDDEEXXPP, and CCQQEEXXPP intrinsic functions
  37.      exist on UNICOS and UNICOS/mk systems.  On UNICOS/mk systems, the
  38.      vector versions of these intrinsics are used when --OO vveeccttoorr33 or --OO 33
  39.      are specified on the compiler command line.  A vector version of the
  40.      single-precision and double-precision EEXXPP intrinsic exists on IRIX
  41.      systems and is used when --OO33 is specified on the compiler command
  42.      line.
  43.                                    _x
  44.      These functions evaluate _y = _e .
  45.  
  46. NNOOTTEESS
  47.      The EEXXPP, DDEEXXPP, and CCEEXXPP intrinsic function names can be passed as
  48.      arguments; the others cannot.
  49.  
  50.      On CRAY T90 systems that support IEEE arithmetic, the following return
  51.      values occur:
  52.  
  53.           EEXXPP((_x)) = 0 if _x < -708.4
  54.  
  55.           EEXXPP((_x)) = infinity if _x > 709.78
  56.  
  57.           EEXXPP((NaN)) = NaN
  58.  
  59. RREETTUURRNN VVAALLUUEESS
  60.      The data type and kind type for single-precision, double-precision,
  61.      and quad-precision values differ depending on your platform.  For
  62.      platform-specific information, see the TERMINOLOGY section of the
  63.      IINNTTRROO__IINNTTRRIINN(3I) man page.
  64.                                                                  _x
  65.      EEXXPP returns the single-precision real exponential function _e  of its
  66.      real argument.
  67.                                                                   _x
  68.      DDEEXXPP returns the double-precision real exponential function _e  of its
  69.      double-precision real argument.
  70.                                                                 _x
  71.      QQEEXXPP returns the quad-precision real exponential function _e  of its
  72.      quad-precision real argument.
  73.                                                                      _x
  74.      CCEEXXPP returns the single-precision complex exponential function _e  of
  75.      its single-precision complex argument.
  76.                                                                       _x
  77.      CCDDEEXXPP returns the double-precision complex exponential function _e  of
  78.      its double-precision complex argument.
  79.                                                                     _x
  80.      CCQQEEXXPP returns the quad-precision complex exponential function _e  of
  81.      its quad-precision complex argument.
  82.  
  83. SSEEEE AALLSSOO
  84.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  85.      man page.
  86.